MIRROR SPRITE

This command will mirror the image of the sprite horizontally.

  Syntax
MIRROR SPRITE Sprite Number
  Parameters
Sprite Number
Integer
The sprite number

  Returns

This command does not return a value.

  Description

The image itself is untouched, but the specified sprite will be drawn in reverse. The parameter should be specified using an integer value.

  Example Code
cls
load image "man.bmp",1
sprite 1,100,100,1
wait 1000*8
mirro sprite 1
do
loop
end
  See also

SPRITE Commands Menu
Index